Package-level declarations

Types

Link copied to clipboard
data class BarcodeResult(val barcodes: List<BarcodeInfo>)

This data structure contains the scanned barcode info

Link copied to clipboard
data class EnvironmentData(val resolution: Size, val rotationValue: Int, var frameId: Long = 0)

This data structure contains the other engine/camera/environment info

Link copied to clipboard

This class would be the data object to configure the preview to work as developer's expectation

Functions

Link copied to clipboard
fun <Error class: unknown class>.setSupportInvertTypes(supportInvert: Boolean): <Error class: unknown class>

This method is only for internal usage. To support enable/disable invert-color barcode scan.